func go/types.allUnsigned
2 uses
go/types (current package)
expr.go#L941: if !allUnsigned(y.typ) && !check.allowVersion(check.pkg, 1, 13) {
predicates.go#L41: func allUnsigned(typ Type) bool { return allBasic(typ, IsUnsigned) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)